Skip to content

feat(isometric): migrate to Bevy 0.18 event API and rebuild WASM#7867

Merged
h0lybyte merged 1 commit intodevfrom
trunk/isometric-wasm-build-1773129672
Mar 10, 2026
Merged

feat(isometric): migrate to Bevy 0.18 event API and rebuild WASM#7867
h0lybyte merged 1 commit intodevfrom
trunk/isometric-wasm-build-1773129672

Conversation

@h0lybyte
Copy link
Member

Summary

  • Migrated event system from EventReader/EventWriter to Bevy 0.18 observer pattern (On<Event>, commands.trigger())
  • Added missing flower archetype entries (sunflower, rose, cornflower, allium, blue orchid) to UI selection info
  • Fixed navigator.gpu WebGPU type check in main.tsx
  • Rebuilt and deployed updated WASM bundle to astro-kbve/public/isometric/

Test plan

  • WASM compiles successfully with wasm-pack
  • TypeScript passes tsc
  • Vite build completes
  • Dev server runs at localhost:1420/isometric/

Bevy 0.18 replaced EventReader/EventWriter with the observer pattern.
Migrated LootEvent to use commands.trigger() and app.add_observer(),
added missing flower archetype entries in UI, and deployed updated
WASM build to astro-kbve.
@github-actions
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@h0lybyte h0lybyte merged commit b685923 into dev Mar 10, 2026
5 checks passed
@h0lybyte h0lybyte deleted the trunk/isometric-wasm-build-1773129672 branch March 10, 2026 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant